home *** CD-ROM | disk | FTP | other *** search
/ Aminet 8 / Aminet 8 (1995)(GTI - Schatztruhe)[!][Oct 1995].iso / Aminet / dev / gcc / gcc270_src.lha / gcc-2.7.0-amiga / config / i386 / bsd386.h < prev    next >
C/C++ Source or Header  |  1995-04-02  |  509b  |  19 lines

  1. /* Configuration for an i386 running BSDI's BSD/386 1.1 as the target
  2.    machine.  */
  3.  
  4. #include "i386/386bsd.h"
  5.  
  6. /* We exist mostly to add -Dbsdi and such to the predefines. */
  7.  
  8. #undef CPP_PREDEFINES
  9. #define CPP_PREDEFINES "-Dunix -Di386 -Dbsdi -D__i386__ -D__bsdi__ -D____386BSD____ -D__386BSD__ -DBSD_NET2 -Asystem(unix) -Asystem(bsd) -Acpu(i386) -Amachine(i386)"
  10.  
  11. #undef WCHAR_TYPE
  12. #define WCHAR_TYPE "int"
  13.  
  14. #undef WCHAR_UNSIGNED
  15. #define WCHAR_UNSIGNED 0
  16.  
  17. #undef WCHAR_TYPE_SIZE
  18. #define WCHAR_TYPE_SIZE 32
  19.